body {
  font-size: 14px;
}
/* 公共菜单 */
.side-left {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 220px;
  *border-right: 1px solid #eee;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.14);
          box-shadow: 0 3px 7px rgba(0,0,0,0.14);
  background: ;
  z-index: 10;
  background: url(../imgs/zi.png) #fff no-repeat bottom center;
}
.logo {
  display: inline-block;
  margin: 80px 40px;
  width: 145px; height: 45px;
  background: url(../imgs/logo.png) no-repeat center center;
  background-size: 100%;
}
.nav {
  margin-top: 0px;
}
.nav-item {
  position: relative;
}
.nav-a{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 44px;
    font-size: 14px;
	font-weight: normal;
  line-height: 44px;
  text-indent: 80px;
  color: #959595;
  cursor: pointer;
}
.nav-a.active, .nav-a:hover {
  color: #111;
}
.nav-a .notice {
  position: absolute;
  left: 0;
  top: 16px;
  content: "";
  width: 0px;
  height: 4px;
  background: #d2d2d2;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.active .notice {
  position: absolute;
  left: 0;
  top: 16px;
  content: "";
  width: 0px;
  height: 4px;
  background: #cc060f;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.nav-a.active .notice, .nav-a:hover .notice {
  width: 32px;
}
.sub-nav-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 220px;
  width: 0;
  *border-right: 0px solid #eee;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.14);
          box-shadow: 0 3px 7px rgba(0,0,0,0.14);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background: #fff;
}
.nav-a:hover + .sub-nav-bg, .nav-a.acitve + .sub-nav-bg {
  width: 170px;
}
.sub-nav {
  position: absolute;
  top: 0;
  left: 100%;
  width: 170px;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.nav-a:hover + .sub-nav-bg + .sub-nav, .nav-a.acitve + .sub-nav-bg + .sub-nav {
  height: auto;
  opacity: 1;
  /* width: 180px; */
  -webkit-transition: all .6s .2s;
  -o-transition: all .6s .2s;
  transition: all .6s .2s;
}
.sub-nav-li{
  display: block;
  width: 100%;
  height: 44px;
  border-bottom: 0px solid #eeeeee;
  font-size: 14px;
  line-height: 44px;
  text-indent: 40px;
  color: #959595;
  cursor: pointer;
  left: -100%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
/* .nav-a:hover .sub-nav-li {
  left: auto;
} */
.sub-nav-li.active, .sub-nav-li:hover {
  text-indent: 50px;
  color: #111;
}
.side-bottom {
  position: absolute;
/*  bottom: 120px;
*/  
	margin-top: 60px; 
  margin-left: 44px;
  font-size: 12px;
  color: #707070;
}
.side-bottom-item {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

.side-bottom-list a{color: #707070;}
.side-bottom-list span {
  display: inline-block;
  margin-right: 14px;
  width: 19px; height: 19px;
  vertical-align: middle;
}
.wechat-icon {
  background: url(../imgs/wechat-icon.png) no-repeat center center;
  background-size: 100%;
}
.news-icon {
  background: url(../imgs/news_icon.png) no-repeat center center;
  background-size: 100%;
}
.notice-icon {
  background: url(../imgs/notice-icon.png) no-repeat center center;
  background-size: 100%;
}
.side-right {
  position: relative;
  margin-left: 220px;
  margin-right: 30px;
  margin-top: 120px;
  margin-bottom: 10px;
  padding-left: 250px;
}
.slide-right-nav {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  margin-right: 80px;
  border-right: 1px solid #d8d8d8;
}
.slide-right-nav.animate {
  -webkit-animation: moveUp 1s both;
          animation: moveUp 1s both;
}
.slide-right-nav-a {
  position: relative;
  display: block;
  padding: 11px 0;
  text-align: center;
  color: #5c5c5c;
  cursor: pointer;
}
.slide-right-nav-a:hover, .slide-right-nav-a.active {
  color: #000;
}
.slide-right-nav-a .notice{
  display: none;
  position: absolute;
  width: 6px; height: 29px;
  right: -3px;
  top: 7px;
  background: #959595;
}
.slide-right-nav-a:hover .notice, .slide-right-nav-a.active .notice {
  display: block;
}
.page {
  margin: 30px auto;
}
.page a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 13px;
  line-height: 24px;
  text-align: center;
  background: #eaeaea;
  color: #fff;
  cursor: pointer;
}
.page a.active, .page a:hover {
  background: #a3a3a3;
}
.footer {
  margin-bottom: 100px;
  margin-right: 180px;
  text-align: right;
  color: #d2d2d2;
}
.footer-logo {
  display: inline-block;
  width: 75px; height: 20px;
  margin-right: 20px;
  background: url(../imgs/footer-logo.png) no-repeat center center;
  background-size: 100%;
  vertical-align: middle
}
/* 首页 */
.side-left.animate {
  -webkit-animation:fadeIn 1s 1s 1 both;
          animation:fadeIn 1s 1s 1 both;
}
.side-left.animate .side-left-inner {
  -webkit-animation: moveUp 1s 1s 1 both;
          animation: moveUp 1s 1s 1 both;
}
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@-webkit-keyframes moveIn {
  from { margin-left: -100%}
  to { margin-left: 0;}
}
@keyframes moveIn {
  from { margin-left: -100%}
  to { margin-left: 0;}
}
@-webkit-keyframes moveUp {
  from { margin-top: 100%}
  to { margin-top: 0;}
}
@keyframes moveUp {
  from { margin-top: 100%}
  to { margin-top: 0;}
}
.index-html, .index {
  height: 100%;
}
.index-swiper {
  height: 100%;;
}
.swiper-container {
  height: 100%;
}
.swiper-slide {
  position: relative;
}
.swiper-slide-img {
  position: absolute;
  top: 0; left: 0;
  right: 0; bottom: 0;
  min-width: 100%;
/*  min-height: 100%;*/
	 min-height: 100%;

	width: 100%;
}
.swiper-slide-text {
  position: absolute;
  top: 400px;
  left: 320px; height: 130px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px;
  width: auto;
  left: 360px;
  text-align: left;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  vertical-align: middle;
}
.swiper-pagination-bullet-active {
  width: 10px; height: 10px;
  border-radius: 12px;
  background: rgba(0,0,0,0);
  border: 2px solid #fff;
}
.index .footer {
  position: absolute;
  bottom: 0px;
  right: 60px;
  margin-right: 0;
  z-index: 2;
  color: #fff;
}
.index .footer-logo {
  background: url(../imgs/logo-white.png) no-repeat center center;
  background-size: 100%;
}
/* 集团概括 */
.news-box {
  margin-bottom: 60px;
  border-bottom: 1px solid #eeeeee;
	width: 800px;
	padding-bottom:40px; font-family:"Microsoft YaHei",NSimSun,SimSun,"Helvetica Neue",Helvetica,Arial,sans-serif!important ;
}.news-box p{font-family:"Microsoft YaHei",NSimSun,SimSun,"Helvetica Neue",Helvetica,Arial,sans-serif!important ; text-indent: 20pt!important ; font-size: 14px!important; line-height: 28px!important ; color:#747474!important; }

.page-title {
  margin-bottom: 5px;
  font-size: 20px;
  color: #5c5c5c;
}
.page-sub-title {
  margin-bottom: 30px;
  font-size: 16px;
  color: #d2d2d2;
}
.page-sub-title a:hover{color: #D40003;}
.right-img-news {
  display: block;
  position: relative;
  margin-bottom: 36px;
  padding-right: 219px;
  height: 148px;
  background: #f5f5f5;
  overflow: hidden;
}
.right-img-news-tong{  padding-right: 0px;
}
.right-img-news-tong .content-box{overflow: auto;}
.right-img-news .content-box {
  margin: 19px 28px;
  height: 110px;
  overflow: hidden;
}
.right-img-news .content-box .title {
  font-size: 16px;
  color: #444444;
  margin-bottom: 6px;
}
.right-img-news .content-box .content {
  color: #b1b1b1;
  line-height: 28px;
}
.right-img-news img {
  position: absolute;
  top: 0;
  right: 0;
  width: 219px; height: 148px;
}
.news-item {
  display: block;
  position: relative;
  padding-left: 130px;
  margin-bottom: 36px;
  cursor: pointer;
  height:60px;
}
.news-item:hover .date {
  background-position: 50% 99%;
}
.news-item:hover .date span {
  color: #fff;
} 
.news-item .date {
  position: absolute;
  left: 0;
  padding: 10px;
  width: 69px; height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244,244,244,1)),color-stop(rgba(244,244,244,1)),color-stop(rgba(204, 6, 15, 1)),to(rgba(204, 6, 15, 1)));
  background: -webkit-linear-gradient(top, rgba(244,244,244,1),rgba(244,244,244,1),rgba(204, 6, 15, 1),rgba(204, 6, 15, 1));
  background: -o-linear-gradient(top, rgba(244,244,244,1),rgba(244,244,244,1),rgba(204, 6, 15, 1),rgba(204, 6, 15, 1));
  background: linear-gradient(to bottom, rgba(244,244,244,1),rgba(244,244,244,1),rgba(204, 6, 15, 1),rgba(204, 6, 15, 1));
  background-position: 50% 1%;
  background-size: 300% 300%;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.news-item .date .d {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #cc060f;
}
.news-item .date .m {
  display: block;
  font-size: 12px;
  color: #98825f;
}
.news-item .date .y {
  display: block;
  font-size: 16px;
  color: #98825f;
}
.news-item .content-box .title {
  font-size: 16px;
  color: #444444;
  margin-bottom: 6px;
}
.news-item .content-box .content {
  color: #b1b1b1;
  line-height: 28px;
}
/* 四大板块 */
.modular .side-right {
  padding-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}
.modular-page {
  margin-left: 70px;
}
.modular-title {
  font-size: 40px;
  color: #3c3c3c;
}
.modular-title-line {
  width: 40px;
  height: 3px;
  background: #c51221;
}
.modular-sub-title {
  margin-top: 5px;
  font-size: 20px;
  color: #ababab;
}
.modular-content {
  margin-top: 100px;
  background: url(../imgs/modular-bg.jpg) no-repeat left center;
  background-size: 100% 100%;
}
.modular-content2{  background: url(../imgs/Group_16.png) no-repeat left center;
} 
.modular-content3{  background: url(../imgs/f_bg.png) no-repeat left center;
} 
.modular-content4{  background: url(../imgs/f_bg2.png) no-repeat left center;
} 
.modular-content5{  background: url(../imgs/f_bg3.png) no-repeat left center;
} 
.modular-box {
  position: relative;
  display: block;
  margin: 0 25px;
  padding-top: 220px;
  width: 200px; height: 110px;
  float: left;
  cursor: pointer;
}
.modular-img {
  position: absolute;
  bottom: 115px;
  display: block;
  width: 200px; height: 270px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.modular-img img {
  width: 100%;
}
.modular-box:hover .modular-img {
  height: 300px;
}
.modular-name {
  margin-top: 10px;
  padding: 14px 0 7px;
  border-bottom: 1px solid #cfcfcf;
  color: #4b4b4b;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.modular-box:hover .modular-name {
  margin-top: 0px;
}
.modular-sub-name {
  font-size: 12px;
  padding: 10px 0;
  color: #939393;
}
.see-more {
  position: absolute;
  bottom: 115px;
  width: 0;
  height: 45px;
  font-size: 12px;
  line-height: 45px;
  background: #206bd1;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
	opacity: 0.8;
}
.see-more .dot {
  display: inline-block;
  margin-left: 5px;
  width: 5px; height: 8px;
  background: #c51221;
}
.modular-box:hover .see-more {
  width: 160px;
  padding: 0 20px;
}
/* 企业文化 */
.culture-img {
  position: relative;
  width: 235px; height: 187px;
  float: left;
  cursor: pointer;
  overflow: hidden;
	margin: 10px;
}
.culture-img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.culture-img:hover img {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.culture-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.culture-title-inner {
  padding: 7px 14px;
  margin-top: 42px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.culture-img:hover .culture-title {
  opacity: 1;
}
.culture-img:hover .culture-title-inner {
  margin-top: 0;
}
/*    */
.staff-big-img-box img{
  width: 100%;
}
.staff-small-img-list{
  margin-right: -10%;
}
.staff-small-img-list-outer{
  margin:50px 0;
  width: 100%;
  overflow: hidden;
}
.staff-small-img-item {
  position: relative;
  width: 24.3%;
  margin-right: 9%;
  float: left;
  cursor: pointer;
  overflow: hidden;
}
.staff-small-img-list-outer-kuan{}
.staff-small-img-list-outer-kuan .staff-small-img-item {
position: relative;
width: 257px!important;
margin-right: 2%!important;

height: 170px!important;
}
.staff-small-img-item img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.staff-small-img-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.staff-small-text{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0,0.5);
  color:#fff;
  font-size: 12px;
}
.staff-small-text p{color: #C7C7C7!important; line-height: 25px; height: 25px;}
.staff-small-text-inner {
  margin: 10px;
  height: 20px;
  overflow: hidden;
}
/* 浙ICP备1004500 东欣控股集团有限公司版权所有 */
.video-box {
  padding: 12px;
}
.video-box video {
  display: block;
  width: 100%;
  height: 100%;
}
.video-title {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;	color: #FFFEFE;
}
.video-content {
  color: #666;
}
/* 新闻详情 */
.news-detail .side-right{
  margin-right: 160px;
  padding-left: 80px;
}
.news-detail .footer {
  margin-right: 160px;
}
.breadcrumbs {
  margin-bottom: 20px;
  color: #747474;
}
.breadcrumbs a{
  color: #747474;
  margin: 0 2px;
}
.news-detail-content img{
  margin:15px 0; 
}
.news-detail-title-box {
  margin-bottom: 40px;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.news-detail-title-box .title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 14px;
}
.news-detail-title-box .info{
  font-size: 12px;
  color: #aaaaaa;
}
.news-detail-title-box .info span {
  margin-right: 24px;
}
.news-detail-content {
  font-size: 14px;
  line-height: 28px;
  color: #747474; 
  text-align:center;
  margin-bottom: 80px;
}
.news-detail-content p,.news-detail-content div{
  font-size: 14px;
  line-height: 28px;
  color: #747474; 
  text-align:justify;
	text-indent: 20pt;
}

/* 平台公告 */
.side-dialog {
  position: fixed;
  left: 320px;
  bottom: -600px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 30px;
  color: #fff;
}
.side-dialog.animate {
  color: #000;
  -webkit-animation: dialogMoveUp 0.5s both;
          animation: dialogMoveUp 0.5s both;
}
@-webkit-keyframes dialogMoveUp {
  from { bottom: -600px}
  to { bottom: 60px;}
}
.close-dialog {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}
.notice-dialog{
  padding: 30px 0;
  right: 60px;
	min-width: 1070px;
}
.notice-list {
  /* width: 600px; */ padding: 0 0 0 40px;
}
.notice-item {
  margin: 5px 0;
  width: 50%;
  float: left;
}
.notice-item a {
  cursor: pointer;
  padding: 0 0px; color:#EEEEEE;font-size: 14px;
}
.notice-item a:hover{color: #FFFFFF}
.notice-dialog .line {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50%;
  width: 1px;
  background: #fff;
}
.top20{margin-top: 20px!important;}
.top40{margin-top: 40px;}
.top60{margin-top: 60px;}
.news-detail-box{width: 90%;}
.right_title{margin: 0 0 0 50px;}
.job_text{text-align: center; color: #9A9A9A}
#position,#position a{color:#d2d2d2; font-size: 12px; }
#kuan_box{width: 100%; }
.floatleft_img{float: left;
margin: 0 40px 20px 0 !important; width: 400px; height: 574px; display: block;}
.line{border-top: 1px solid #f0f0f0; margin: 0 0 40px 0;}.areaname{ float: left; margin: 0 40px 0 0;}.side-bottom-list a:hover{color: #000000;}
#goback{float: right;padding: 2px 15px 2px 15px; color:#fff; background-color: #bf1b25; font-size: 12px; }

#position #goback{color: #fff;}

.areaname a{color:#b1b1b1;}
.index-main3-nav a{color: #9A9A9A;}
.index-main3-nav{margin: 0 0 30px 0;}
.index-main3-nav li{float:left; margin: 0 20px 0 0; color:#9A9A9A; }
#layui-layer1{height: 430px!important;}
.pagelist li{float: left;}

.pagelist li a,#classic_conttianer .thisclass,.pagelist .thisclass{ display: inline-block;
    height: 24px;
    margin-right: 13px;
    line-height: 24px;
    text-align: center;
    background: #eaeaea;
    color: #fff;
    cursor: pointer; padding: 0 10px 0 10px;
}
.thisclass a,#classic_conttianer .thisclass,.pagelist .thisclass{ background: #a3a3a3!important;}.pageinfo{color: #a3a3a3;}
	
.pagelist li a:hover{background: #D40003;}
.news-detail-box p{font-family:"Microsoft YaHei",NSimSun,SimSun,"Helvetica Neue",Helvetica,Arial,sans-serif }.news-detail-box img{text-align: center!important;}
.ewm img{margin-left: 40px;}
#detail_container {
    border-top: #CCC solid 1px;
    padding: 20px 0 0 0;
}
#detail_container ul li,.context li {
    line-height: 30px;
    font-size: 14px; color: #959595;
}

#detail_container ul li a {
    color: #06C;
}
.detail-main img {
    max-width: 100%;
    margin: 0 0 0px 0;
}
#detail_container ul li a {
    color: #06C;
}
.ewm {
    float: left;
    width: 300px;
}
.detail-pre a {
    color: #666;
}
video {
    display: block;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 48px;
    height: 500px;
}
.detail-main .video {
    display: block;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 48px;
    height: 400px;
}
.ewm p{color: #959595; height: auto;}
.wechat-dialog img{height: 100px;}
.position_container{width: 978px;}
.table_border{border-collapse:collapse;width: 720px;}
.table_border td,.table_border th,.table_border tr{border:2px solid #999; padding:10px;}